home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
SnoozeAlarm
/
atomicity.config.h
next >
Wrap
Text File
|
2000-06-23
|
2KB
|
49 lines
/****************************************************************************************
atomicity.config.h
The grabbing hands
grab all they can.
Everything counts
in large amounts.
Copyright © 1998-2000 Red Shed Software. All rights reserved.
by Jonathan 'Wolf' Rentzsch (jon@redshed.net)
This code requires a 68020 or later or any PowerPC.
Commenter Date Comment
--------- ----------------- -----------------------------------------------------
wolf Thu, Apr 22, 1999 Created.
************************************************************************************/
#ifndef _atomicity_config_
#define _atomicity_config_
/****************************************************************************************
Open Transport Compatibility Options
Define DontUseOpenTransport *or* UseOpenTransportIfAvailable *or*
OnlyUseOpenTransport. If you don't define any of these, the default is
UseOpenTransportIfAvailable.
DontUseOpenTransport:
o Open Transport Libraries: Not Required.
o Runtime Overhead: None.
UseOpenTransportIfAvailable:
o Open Transport Libraries: Required (preferably weakly imported).
o Runtime Overhead: Small (larger if requirements checking is turned on).
OnlyUseOpenTransport:
o Open Transport Libraries: Required (preferably strongly imported).
o Runtime Overhead: None.
************************************************************************************/
#pragma mark -
#pragma mark --Open Transport Compatibility Options--
#define DontUseOpenTransport
//#define UseOpenTransportIfAvailable
//#define OnlyUseOpenTransport
#endif // _atomicity_config_